home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TDATECONVERT / TDATECONVERT.txt
Encoding:
Text File  |  2002-04-04  |  2.5 KB  |  112 lines

  1. object DateConvert: TDateConvert
  2.   Left = 197
  3.   Top = 110
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Date Conversion'
  7.   ClientHeight = 361
  8.   ClientWidth = 632
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 32
  25.     Height = 13
  26.     Caption = 'Label1'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 32
  31.     Width = 32
  32.     Height = 13
  33.     Caption = 'Label2'
  34.   end
  35.   object Button1: TButton
  36.     Left = 544
  37.     Top = 328
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = '&OK'
  42.     Default = True
  43.     TabOrder = 3
  44.     OnClick = Button1Click
  45.   end
  46.   object ListView1: TListView
  47.     Left = 8
  48.     Top = 56
  49.     Width = 529
  50.     Height = 297
  51.     Columns = <
  52.       item
  53.         Width = 150
  54.       end>
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     HideSelection = False
  61.     ReadOnly = True
  62.     RowSelect = True
  63.     ParentFont = False
  64.     ParentShowHint = False
  65.     ShowHint = False
  66.     SortType = stText
  67.     TabOrder = 0
  68.     ViewStyle = vsReport
  69.     OnChange = ListView1Change
  70.     OnDblClick = ListView1DblClick
  71.   end
  72.   object Button2: TButton
  73.     Left = 544
  74.     Top = 264
  75.     Width = 75
  76.     Height = 25
  77.     Caption = '&Edit item'
  78.     Enabled = False
  79.     TabOrder = 1
  80.     OnClick = ListView1DblClick
  81.   end
  82.   object Button4: TButton
  83.     Left = 544
  84.     Top = 296
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&Help'
  88.     TabOrder = 2
  89.     OnClick = Button4Click
  90.   end
  91.   object OpenDialog1: TOpenDialog
  92.     DefaultExt = 'txt'
  93.     Filter = 'Text files|*.txt'
  94.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  95.     Title = 'Find text file'
  96.     Left = 320
  97.     Top = 8
  98.   end
  99.   object OpenPictureDialog1: TOpenPictureDialog
  100.     Filter = 
  101.       'All (*.jpg;*.jpeg;*.gif;*.bmp;*.ico;*.emf;*.wmf)|*.jpg;*.jpeg;*.' +
  102.       'gif;*.bmp;*.ico;*.emf;*.wmf|JPEG Image File (*.jpg)|*.jpg|JPEG I' +
  103.       'mage File (*.jpeg)|*.jpeg|Graphics Interchange Format (*.gif)|*.' +
  104.       'gif|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles' +
  105.       ' (*.emf)|*.emf|Metafiles (*.wmf)|*.wmf'
  106.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  107.     Title = 'Find image file'
  108.     Left = 408
  109.     Top = 8
  110.   end
  111. end
  112.